Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Selectors for Vector Codec Component Functions

The following constants are the selectors for functions of the vector codec component. For descriptions of these functions, see "Vector Codec Component Functions" .

/* selectors for component functions */
enum {
    kCurveGetLengthSelect                       = 0x0100,
    kCurveLengthToPointSelect                   = 0x0101,
    kCurveNewPathSelect                         = 0x0102,
    kCurveCountPointsInPathSelect               = 0x0103,
    kCurveGetPathPointSelect                    = 0x0104,
    kCurveInsertPointIntoPathSelect             = 0x0105,
    kCurveSetPathPointSelect                    = 0x0106,
    kCurveGetNearestPathPointSelect             = 0x0107,
    kCurvePathPointToLengthSelect               = 0x0108,
    kCurveCreateVectorStreamSelect              = 0x0109,
    kCurveAddAtomToVectorStreamSelect           = 0x010A,
    kCurveAddPathAtomToVectorStreamSelect       = 0x010B,
    kCurveAddZeroAtomToVectorStreamSelect       = 0x010C,
    kCurveGetAtomDataFromVectorStreamSelect     = 0x010D
};

© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |